From: Charles A. Roelli Date: Tue, 9 Oct 2018 18:24:45 +0000 (+0200) Subject: * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~4708 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86b53729c0fda525a7c0a050fcdc8dea81c8eff1;p=emacs.git * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie. See https://lists.gnu.org/r/emacs-devel/2018-10/msg00108.html. --- diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7707999636a..57bc3c2fc73 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -834,7 +834,6 @@ See `run-hooks'." :type 'hook :group 'vc) -;;;###autoload (defcustom vc-retrieve-tag-hook nil "Normal hook (list of functions) run after retrieving a tag." :type 'hook